home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TMODEMFORM / TMODEMFORM.txt
Text File  |  1997-07-12  |  10KB  |  366 lines

  1. object ModemForm: TModemForm
  2.   Left = 237
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Modem Information'
  7.   ClientHeight = 353
  8.   ClientWidth = 615
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object GroupBox2: TGroupBox
  18.     Left = 10
  19.     Top = 5
  20.     Width = 298
  21.     Height = 306
  22.     Caption = 'Commands'
  23.     TabOrder = 0
  24.     object Label2: TLabel
  25.       Left = 10
  26.       Top = 30
  27.       Width = 55
  28.       Height = 16
  29.       Caption = '&Initialize'
  30.       FocusControl = InitializeEdit
  31.     end
  32.     object Label3: TLabel
  33.       Left = 10
  34.       Top = 64
  35.       Width = 25
  36.       Height = 16
  37.       Caption = '&Dial'
  38.       FocusControl = DialEdit
  39.     end
  40.     object Label4: TLabel
  41.       Left = 10
  42.       Top = 98
  43.       Width = 63
  44.       Height = 16
  45.       Caption = '&Dial &suffix'
  46.       FocusControl = DialSuffixEdit
  47.     end
  48.     object Label5: TLabel
  49.       Left = 10
  50.       Top = 133
  51.       Width = 73
  52.       Height = 16
  53.       Caption = 'Cance&l Dial'
  54.       FocusControl = CancelDialEdit
  55.     end
  56.     object Label6: TLabel
  57.       Left = 10
  58.       Top = 167
  59.       Width = 49
  60.       Height = 16
  61.       Caption = 'Hang&up'
  62.       FocusControl = HangupEdit
  63.     end
  64.     object Label7: TLabel
  65.       Left = 10
  66.       Top = 202
  67.       Width = 62
  68.       Height = 16
  69.       Caption = 'Confi&gure'
  70.       FocusControl = ConfigureEdit
  71.     end
  72.     object Label8: TLabel
  73.       Left = 10
  74.       Top = 236
  75.       Width = 47
  76.       Height = 16
  77.       Caption = 'Ans&wer'
  78.       FocusControl = AnswerEdit
  79.     end
  80.     object Label17: TLabel
  81.       Left = 10
  82.       Top = 267
  83.       Width = 85
  84.       Height = 16
  85.       Caption = 'Def B&PS Rate'
  86.     end
  87.     object InitializeEdit: TEdit
  88.       Left = 106
  89.       Top = 25
  90.       Width = 180
  91.       Height = 24
  92.       MaxLength = 41
  93.       TabOrder = 0
  94.     end
  95.     object DialEdit: TEdit
  96.       Left = 106
  97.       Top = 59
  98.       Width = 180
  99.       Height = 24
  100.       MaxLength = 41
  101.       TabOrder = 1
  102.     end
  103.     object DialSuffixEdit: TEdit
  104.       Left = 106
  105.       Top = 94
  106.       Width = 180
  107.       Height = 24
  108.       MaxLength = 41
  109.       TabOrder = 2
  110.     end
  111.     object CancelDialEdit: TEdit
  112.       Left = 106
  113.       Top = 128
  114.       Width = 180
  115.       Height = 24
  116.       MaxLength = 41
  117.       TabOrder = 3
  118.     end
  119.     object HangupEdit: TEdit
  120.       Left = 106
  121.       Top = 162
  122.       Width = 180
  123.       Height = 24
  124.       MaxLength = 41
  125.       TabOrder = 4
  126.     end
  127.     object ConfigureEdit: TEdit
  128.       Left = 106
  129.       Top = 197
  130.       Width = 180
  131.       Height = 24
  132.       MaxLength = 255
  133.       TabOrder = 5
  134.     end
  135.     object AnswerEdit: TEdit
  136.       Left = 106
  137.       Top = 231
  138.       Width = 180
  139.       Height = 24
  140.       MaxLength = 41
  141.       TabOrder = 6
  142.     end
  143.     object BPSRateEdit: TEdit
  144.       Left = 106
  145.       Top = 265
  146.       Width = 149
  147.       Height = 24
  148.       MaxLength = 6
  149.       TabOrder = 7
  150.     end
  151.   end
  152.   object GroupBox3: TGroupBox
  153.     Left = 321
  154.     Top = 5
  155.     Width = 288
  156.     Height = 306
  157.     Caption = 'Return Codes'
  158.     TabOrder = 1
  159.     object Label9: TLabel
  160.       Left = 10
  161.       Top = 30
  162.       Width = 32
  163.       Height = 16
  164.       Caption = 'O&kay'
  165.       FocusControl = OkayEdit
  166.     end
  167.     object Label10: TLabel
  168.       Left = 10
  169.       Top = 64
  170.       Width = 52
  171.       Height = 16
  172.       Caption = '&Connect'
  173.       FocusControl = ConnectEdit
  174.     end
  175.     object Label11: TLabel
  176.       Left = 10
  177.       Top = 98
  178.       Width = 30
  179.       Height = 16
  180.       Caption = '&Busy'
  181.       FocusControl = BusyEdit
  182.     end
  183.     object Label12: TLabel
  184.       Left = 10
  185.       Top = 133
  186.       Width = 36
  187.       Height = 16
  188.       Caption = '&Voice'
  189.       FocusControl = VoiceEdit
  190.     end
  191.     object Label13: TLabel
  192.       Left = 10
  193.       Top = 167
  194.       Width = 65
  195.       Height = 16
  196.       Caption = 'N&o Carrier'
  197.       FocusControl = NoCarrierEdit
  198.     end
  199.     object Label14: TLabel
  200.       Left = 10
  201.       Top = 202
  202.       Width = 74
  203.       Height = 16
  204.       Caption = 'No Dial&tone'
  205.       FocusControl = NoDialtoneEdit
  206.     end
  207.     object Label15: TLabel
  208.       Left = 10
  209.       Top = 236
  210.       Width = 31
  211.       Height = 16
  212.       Caption = '&Error'
  213.       FocusControl = ErrorEdit
  214.     end
  215.     object Label16: TLabel
  216.       Left = 10
  217.       Top = 271
  218.       Width = 29
  219.       Height = 16
  220.       Caption = '&Ring'
  221.       FocusControl = RingEdit
  222.     end
  223.     object OkayEdit: TEdit
  224.       Left = 98
  225.       Top = 25
  226.       Width = 180
  227.       Height = 24
  228.       MaxLength = 21
  229.       TabOrder = 0
  230.     end
  231.     object ConnectEdit: TEdit
  232.       Left = 98
  233.       Top = 59
  234.       Width = 180
  235.       Height = 24
  236.       MaxLength = 21
  237.       TabOrder = 1
  238.     end
  239.     object BusyEdit: TEdit
  240.       Left = 98
  241.       Top = 94
  242.       Width = 180
  243.       Height = 24
  244.       MaxLength = 21
  245.       TabOrder = 2
  246.     end
  247.     object VoiceEdit: TEdit
  248.       Left = 98
  249.       Top = 128
  250.       Width = 180
  251.       Height = 24
  252.       MaxLength = 21
  253.       TabOrder = 3
  254.     end
  255.     object NoCarrierEdit: TEdit
  256.       Left = 98
  257.       Top = 162
  258.       Width = 180
  259.       Height = 24
  260.       MaxLength = 21
  261.       TabOrder = 4
  262.     end
  263.     object NoDialtoneEdit: TEdit
  264.       Left = 98
  265.       Top = 197
  266.       Width = 180
  267.       Height = 24
  268.       MaxLength = 21
  269.       TabOrder = 5
  270.     end
  271.     object ErrorEdit: TEdit
  272.       Left = 98
  273.       Top = 231
  274.       Width = 180
  275.       Height = 24
  276.       MaxLength = 21
  277.       TabOrder = 6
  278.     end
  279.     object RingEdit: TEdit
  280.       Left = 98
  281.       Top = 266
  282.       Width = 180
  283.       Height = 24
  284.       TabOrder = 7
  285.     end
  286.   end
  287.   object OkBtn: TBitBtn
  288.     Left = 417
  289.     Top = 319
  290.     Width = 85
  291.     Height = 27
  292.     Caption = '&Ok'
  293.     Default = True
  294.     ModalResult = 1
  295.     TabOrder = 2
  296.     OnClick = OkBtnClick
  297.     Glyph.Data = {
  298.       BE060000424DBE06000000000000360400002800000024000000120000000100
  299.       0800000000008802000000000000000000000000000000000000000000000000
  300.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  301.       A400000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  331.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  332.       0303030303030303030303030303030303030303030303030303030303030303
  333.       03030303030303030303030303030303030303030303FF030303030303030303
  334.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  335.       03030303030303030303040202040303030303030303030303030303F80303F8
  336.       FF030303030303030303030303040202020204030303030303030303030303F8
  337.       03030303F8FF0303030303030303030304020202020202040303030303030303
  338.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  339.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  340.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  341.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  342.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  343.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  344.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  345.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  346.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  347.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  348.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  349.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  350.       030303030303030303FA0303030303030303030303030303030303F803030303
  351.       0303030303030303030303030303030303030303030303030303030303030303
  352.       0303}
  353.     NumGlyphs = 2
  354.   end
  355.   object CancelBtn: TBitBtn
  356.     Left = 523
  357.     Top = 319
  358.     Width = 85
  359.     Height = 27
  360.     Caption = '&Cancel'
  361.     TabOrder = 3
  362.     OnClick = CancelBtnClick
  363.     Kind = bkCancel
  364.   end
  365. end
  366.